home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Tree.DIR / 00071_Script_71 < prev    next >
Text File  |  1997-08-06  |  294b  |  11 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the membernum of sprite 10 to 63
  4.     updatestage
  5.   end repeat
  6.   set the membernum of sprite 10 to 67
  7.   updatestage
  8.   if the frame > 143 then go the frame -1
  9.   if the frame = 143 then go frame 1
  10.   if the frame < 140 then go frame 1
  11. end